Microsoft DirectX 8.1 (C++)

ICAComponent.Denials

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Denials property returns the denials that block this component, if any.

Syntax

objCAComponent.Denials As CADenials

Parameters

This property takes no parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns a CADenials object.

Remarks

This property returns a collection object, which the caller can use to enumerate the denials. The collection might be empty. If the collection includes any non-transient denials, the component is denied. Each denial might or might not have tolls associated with it. Paying a toll removes the denial. If a denial has no tolls, it cannot be removed.

This property is read-only.

See Also